EOD Roll Over Sync
The EODRollOverSync method enables to receive notification for the FedNow 'End of Day rollover' information
Method: InboundServiceClient:EODRollOverSync
Headers
Name | Value |
---|---|
Credential | "Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5" |
Signature | "{{signature}}" |
Example
Payload Parameters
Parameter | Description |
---|---|
dateTime Mandatory | Number Date and time of the roll over process was initiated Example – "0001-01-01T00:00:00Z" |
messageType Mandatory | String Type of rollover sync message being processed Example – "ROLL" |
processor Mandatory | String Payment channel through which the transaction happens Example – "FEDNOW" |
uuid Mandatory | String Unique ID present in the message Example – "180cc1ac-22d1-4163-ada7-ebed6df6cad7" |
Request Body (Applicable only for FedNow)
{
"dateTime": "0001-01-01T00:00:00Z",
"messageType": "ROLL",
"processor": "FEDNOW",
"uuid": "180cc1ac-22d1-4163-ada7-ebed6df6cad7"
}
Response
Response Parameters
Parameter | Description |
---|---|
status | String Status of the rollover sync process Example – "Accepted" |
Response Body (Applicable only for FedNow)
{
"status": "Accepted"
}